home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWorkshop / Source / README < prev    next >
Encoding:
Text File  |  1992-05-28  |  3.6 KB  |  76 lines

  1. To the site administrator: This is the newest version of GraphicsWorkshop.
  2.     The two tar files, GWSource.tar and GraphcisWorkshop.tar replace the
  3.     previous release. The source tar contains all the source code, while the
  4.     second contains all the binaries. I split the two files up since the 
  5.     source is about 1.3 megs while the executable and converters alone are
  6.     only about 300k. This should make ftping faster for people who don't have
  7.     a need for source code.
  8.  
  9.  
  10. This program is a set of generic tools for loading and saveing bitmaps in 
  11. various forms. It has a simple program for demonstrating the features of the 
  12. object. Currently, the objects are under going Beta testing and should be final 
  13. sometime in mid spring. At this time, the protocol spoken is not stabalized, 
  14. so if you wish to program with the objects at this time, expect that some-
  15. things could change between now and final release, however, things will
  16. likely remain the same.
  17.  
  18. Here's what's new, in brief:
  19.     o    printing's fixed.
  20.     o  images should no longer shear.
  21.     o  support for tif and jpeg extensions (basically the same converters as
  22.         tiff and jpg, but just different extensions.
  23.     o  converter extensions may be capitalized.
  24.     o  revamped interface.
  25.     o  all conversion work, included adding or removing alpha.
  26.     o  some memory leaks in the Make Image Index option have been plugged.
  27.  
  28. The bitmaps support are the following:
  29.  
  30. Type      Long Name                             Reading Writing Multiple
  31. --------- ------------------------------------- ------- ------- --------
  32. gif(1)(2) Graphics Interchange Format              Y       Y       N
  33. jpg       Joint Photographic Extention Group       Y       N       N
  34. pbm       Portable Bitmap                          Y       Y       N
  35. pgm       Portable Graymap                         Y       Y       N
  36. ppm       Portable Pixmap                          Y       Y       N
  37. tiff      Tagging Image File Format                Y       Y       Y
  38. xbm       X11 Bitmap                               Y       Y       N
  39.  
  40. (2) Be careful when saving to gif, since it requires color quantitization, you
  41.     may experience color banding. Saving works best on images with losts of
  42.     colors.
  43.  
  44. Installing:
  45.  
  46.    Installing is easier than ever. Take the following steps:
  47.  
  48.    o untar the package, tar -xvf GraphicsWorkshop.tar
  49.    o Double click on the appropiate package.
  50.       o GraphicsWorkshop.pkg is the main executable
  51.           These files should go in /LocalApps or ~/Apps.
  52.       o Converters.pkg are the converters
  53.           These files should go into /LocalLibrary or ~/Library
  54.     o If you'd like the source, also ftp GWSource.tar. Untar this file like
  55.       the one above. This will create the GWSource package. You may install
  56.       this package wherever you'd like on your system. If you plan to program
  57.       with the convertes, check our the Documentation subdirectory, as it has
  58.       header specifications for all the object you'll need to use.
  59.    o Have fun and report bugs to alex@data.ACS.CalPoly.EDU.
  60.  
  61.    PS: To previous users, the install script is still there, and you
  62.        can still use it, but the above method should be easier.
  63.  
  64. If things don't work, and you have the developement enviroment, try building
  65. everything in debug mode, so you can send me a snap shot of the console
  66. window. This will help me find the problem quickly and easily. If you can't
  67. compile, just try and send me the best description you can of the problem.
  68. Also, if the problem involves a particular bitmap, please NeXTmail be that
  69. bitmap along with the problem description. (Don't worry about picture 
  70. content, I'm not easily offended.) Anyways, I can be reached at the address
  71. below.
  72.  
  73. Alex Raftis
  74. alex@data.ACS.CalPoly.EDU
  75.  
  76.